func crypto/sha256.consumeUint64

2 uses

	crypto/sha256 (current package)
		sha256.go#L104: 	b, d.len = consumeUint64(b)
		sha256.go#L109: func consumeUint64(b []byte) ([]byte, uint64) {